โ– humdrum codex / glint v1.1.2
license AGPL-3.0
1.1 KB raw
id
TASK-037
title
Merge-conflict marker highlighting in the editor
status
๐Ÿ Done
assignee
created_date
2026-07-05 03:51
updated_date
2026-07-05 04:04
labels
feature
dependencies
priority
medium
ordinal
36000

Description

When a file has git conflict markers (<<<<<<< HEAD / ======= / >>>>>>> branch, plus ||||||| base for diff3), highlight the marker lines in bold and tint the two version blocks in slightly different background colors. Implemented as a post-pass over scanned spans in buildVisual so it applies to both prose (.md/.txt) and code files. Adds ConflictMarker/ConflictOurs/ConflictTheirs theme colors.

Acceptance Criteria